`face' property is a string, assume it's a string name and intern it to get
the face symbol.
((ps-e-overlay-get overlay 'face))
(t face)
))))
- (setq overlays (cdr overlays))))
+ (setq overlays (cdr overlays)))
+ ;; Ediff refinement overlays specify faces by name, as a
+ ;; string, not as symbols.
+ (if (stringp face)
+ (setq face (intern face))))
;; Plot up to this record.
(and before-string
(ps-plot-string before-string))